Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: sbt and plugins dependency update #1393

Merged
merged 3 commits into from
Jan 20, 2025
Merged

build: sbt and plugins dependency update #1393

merged 3 commits into from
Jan 20, 2025

Conversation

github-actions[bot]
Copy link
Contributor

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

package-lock.json
tests/performance-tests/agent-performance-tests-k6/yarn.lock
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "org.scoverage", artifactId = "sbt-coveralls" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-coveralls" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, old-version-remains, commit-count:n:2

@github-actions github-actions bot requested a review from a team as a code owner October 13, 2024 00:22
@github-actions github-actions bot added the build label Jan 20, 2025
@yshyn-iohk yshyn-iohk enabled auto-merge (squash) January 20, 2025 13:58
Copy link
Contributor Author

Integration Test Results

 23 files  ±0   23 suites  ±0   2s ⏱️ -1s
 56 tests ±0   56 ✅ ±0  0 💤 ±0  0 ❌ ±0 
103 runs  ±0  103 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9813cff. ± Comparison against base commit d436bd1.

Copy link
Contributor Author

Unit Test Results

105 files  ±0  105 suites  ±0   16m 41s ⏱️ - 2m 39s
889 tests ±0  881 ✅ ±0  8 💤 ±0  0 ❌ ±0 
896 runs  ±0  888 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 9813cff. ± Comparison against base commit d436bd1.

@yshyn-iohk yshyn-iohk merged commit 0b8ea4b into main Jan 20, 2025
13 checks passed
@yshyn-iohk yshyn-iohk deleted the update/main/sbt branch January 20, 2025 14:11
@coveralls
Copy link

Coverage Status

coverage: 48.723%. remained the same
when pulling 9813cff on update/main/sbt
into d436bd1 on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants